docs/commandline: Fix formatting issues
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 20 Nov 2014 15:22:00 +0000 (15:22 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 20 Nov 2014 15:40:54 +0000 (15:40 +0000)
commit4413affc5fd5d36286d82f815eb9d3084ae5c21a
tree2c452bb9be3321247bf59d7f6880f9d622ae24c2
parent4e1d1d097423aaeb2fb2f19ac4691bb326bd62d8
docs/commandline: Fix formatting issues

For 'dom0_max_vcpus' and 'hvm_debug', markdown was interpreting the text as
regular text, and reflowing it as a regular paragraph, leading to a single
line as output.  Reformat them as code blocks inside blockquote blocks, which
causes them to take their precise whitespace layout.

For 'psr', the bullet point was incorrectly delineated from paragraph text,
causing it to be reflowed.  Alter the formatting to include the CMT-specific
options as sub-bullets of the overall CMT resource.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
Release-acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
docs/misc/xen-command-line.markdown